'Declaration
Public Function GetBlockType( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As OCRBlockType
public OCRBlockType GetBlockType( string SegmentationResultID, int BlockIdx )
public function GetBlockType( SegmentationResultID: String; BlockIdx: Integer ): OCRBlockType;
public function GetBlockType( SegmentationResultID : String, BlockIdx : int ) : OCRBlockType;
public: OCRBlockType GetBlockType( string* SegmentationResultID, int BlockIdx )
public: OCRBlockType GetBlockType( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx